Fix ctags manpage ".so" rewriting so that it actually works.
authorRob Browning <rlb@defaultvalue.org>
Sun, 2 May 2010 02:09:56 +0000 (19:09 -0700)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 May 2010 02:09:56 +0000 (19:09 -0700)
debian/changelog
debian/rules

index d3a24ba4295d06e93ff4b7a0955dc4944f4b9adc..32fba958ad45f4670cf5f728b156b387cea1de46 100644 (file)
@@ -15,7 +15,10 @@ emacs23 (23.1+1-7) unstable; urgency=low
     "protected_files" handling since we don't build in $(CURDIR) and
     haven't for a while.
 
- -- Rob Browning <rlb@defaultvalue.org>  Sun, 18 Apr 2010 23:29:13 -0700
+  * Fix ctags manpage rewriting so that ctags.FLAVOR.1 actually refers
+    to man1/etags.FLAVOR.1 as intended.
+
+ -- Rob Browning <rlb@defaultvalue.org>  Sat, 01 May 2010 19:03:38 -0700
 
 emacs23 (23.1+1-6) unstable; urgency=low
 
index 6f8cd5ae26611881a97357cb8977f905c283ea72..b48907b1fe005f112ec4a59999de64a7500ba137 100755 (executable)
@@ -655,7 +655,7 @@ install: debian/stamp/build $(autogen_install_files)
        done
 
        perl -pi -e "s|man1/etags\\.1|man1/etags\\.$(flavor)\\.1|" \
-         $(pkgdir_common)/usr/share/man/man1/ctags.$(flavor).1
+         $(pkgdir_common)/usr/share/man/man1/ctags.1
 
        cd $(pkgdir_common)/usr/share/man/man1/ && \
          for f in *.1; do mv $$f $$(basename $${f} .1).$(flavor).1; done